home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / demos / prodemo.exe / APL_410.PLT next >
Text File  |  1987-12-06  |  607b  |  13 lines

  1. DEVICE 1 4           ; plotter type, default port=com1
  2. WIDTH 10 "SP3;"            ; pen width & command
  3. AXIS 1 2           ; coordinate calculation method, normal & rotate
  4. OFFSET 0 0           ; x & y plot offsets
  5. UNITS 254 254           ; plot units / inch
  6. INIT "CH;PS1;SP3;"         ; initialize commant
  7. TERM "CH;"                 ; terminate comand
  8. DRAW "DA%ld,%ld;"          ; move with pen down command
  9. MOVE "MA%ld,%ld;"          ; move with pen up command
  10. DRAFT  ""                  ; draft mode command
  11. FINAL ""                   ; final mode command
  12. BAUD 154 128           ; 7 bits + Even parity + 1200, 128 timeout
  13.